home *** CD-ROM | disk | FTP | other *** search
- Path: classic.iinet.com.au!news
- From: ng@mitswa.com.au (John A Ng)
- Newsgroups: hku.open-forum,hku.cc.forum,hk.comp.pc,comp.lang.c++,comp.lang.pascal.misc
- Subject: Re: Is Pascal worth to learn? Can it help me to get a job?
- Date: Tue, 16 Jan 1996 02:47:46 GMT
- Organization: MITS (WA)
- Message-ID: <4df3kq$du@classic.iinet.com.au>
- References: <30f2adf8.7810115@news.hku.hk>
- NNTP-Posting-Host: grunge183.nv.iinet.net.au
- X-Newsreader: Forte Free Agent 1.0.82
-
- h9515668@hkusua.hku.hk wrote:
-
- >Hello, I am new to computer programming!
- >Now I want to take a computer programming course in school.
- >However, it teach Pascal!
-
- >I don't know much about it but I only always heard about C++ rather than Pascal!
- >I want to know whether Pascal is useful and powerful. Will it need to learn C++
- >at last as C is more popular and powerful?
-
- >As I have other interest and I have to choose only one elective course, now I am
- >in trouble on choice.
- >Is it worth to learn Pascal?
- >Or to learn C++ privately?
-
- >Can Pascal help me to find a job of programming after graduated or is it just
- >for own interest and fun?
-
- >Please reply me by email as soon as possible because I have to make decision
- >soon!
-
- >Thanks!
-
-
- >Regards,
- >Jackie
-
-
- Pascal now will definitely find you a job. For one, the greatest MS
- Windows development tool currently is Pascal based! It is call
- Borland's Delphi (or should also be known as Visual Pascal).
-
- I am only formally trainned in Pascal in uni, but it is a simple bridge
- to cross to C. Now I read them both as if they are just dialects of
- each other (in fact they should be argued as such). Pascal is a less
- frightening language to begin with because it is more english-like
- compared to C, which looks like arabic (pardon my expression if Arabic
- is simple to you). I would recommend, as I did in uni, that you learn
- Pascal first, after which, you can spend a month or two to "translate"
- into C. (As for C++, you should learn Pascal OOP). In this way, you
- also gained a wider perspective of languages (many C programmer still
- can't argue the relative merits or de-merits of C).
-
- You must however bear in mind that standard Pascal is designed by
- Nicholas Wirth to be a teaching language and nothing more. As a result,
- standard Pascal teaches you good habits, but can do very little.
- However, there has been extensions to the language from UCSD and
- Borland. Borland's extension, through the product of Turbo Pascal, is
- mainly responsible for the wide spread usage of Pascal. It can do
- anything that C can but with a remarkably fast compiler (about 20 times
- faster than a competitive C compiler/linker). This makes learning a
- breeze.
-
- Although C and Turbo Pascal are very similar, not many exployers know
- that they are. Because C jobs are still more plentify compared to
- Pascal, it is important to be able to chalk up some C hours in your
- resume ultimately.
-
-
- Regards,
- John Ng
- ng@mitswa.com.au
-
-